Contribution org.nuxeo.theme.jsf--negotiations
In component org.nuxeo.theme.jsf
org.nuxeo.theme.jsf
inside nuxeo-theme-jsf-5.8.jar
This contribution is part of XML component Extension Point
Extension point negotiations of component ThemeService.Contributed Items
XML Source
<extension point="negotiations" target="org.nuxeo.theme.services.ThemeService">
<negotiation object="engine" strategy="default">
<scheme>
org.nuxeo.theme.jsf.negotiation.engine.RequestParameter
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.engine.CookieValue
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.engine.RequestAttribute
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.engine.ViewId
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.engine.DefaultEngine
</scheme>
</negotiation>
<negotiation object="mode" strategy="default">
<scheme>
org.nuxeo.theme.jsf.negotiation.mode.RequestParameter
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.mode.CookieValue
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.mode.RequestAttribute
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.mode.ViewId
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.mode.UnspecifiedMode
</scheme>
</negotiation>
<negotiation object="theme" strategy="default">
<scheme>
org.nuxeo.theme.jsf.negotiation.theme.RequestParameter
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.theme.CookieValue
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.theme.RequestAttribute
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.theme.ViewId
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.theme.DefaultTheme
</scheme>
</negotiation>
<negotiation object="perspective" strategy="default">
<scheme>
org.nuxeo.theme.jsf.negotiation.perspective.RequestParameter
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.perspective.CookieValue
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.perspective.RequestAttribute
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.perspective.ViewId
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.perspective.DefaultPerspective
</scheme>
</negotiation>
<negotiation object="collection" strategy="default">
<scheme>
org.nuxeo.theme.jsf.negotiation.collection.RequestParameter
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.collection.CookieValue
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.collection.RequestAttribute
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.collection.ViewId
</scheme>
<scheme>
org.nuxeo.theme.jsf.negotiation.collection.UnspecifiedCollection
</scheme>
</negotiation>
</extension>